Occurs after a reference between documents has been manually created by a user.
Syntax
DocGenericEvent_AfterCreateReference(Batch, RefType, TargetDocument, [RefDisplayName])
Name | Description |
---|---|
Batch |
An object that represents the batch of documents the user has selected. |
RefType |
Name of the reference type assigned to the reference. |
TargetDocument |
Document object to which the reference was made. |
RefDisplayName |
Name that was assigned to the reference. The value may be set as described in DocGenericEvent_BeforeCreateReference event. |
Related concepts